home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 August: Tool Chest / Dev.CD Aug 00 TC Disk 2.toast / mac / Sample Code / Interapplication Comm / MenuScripter / Resources / MenuScripter.rsrc / MenuScripter.rsrc.rsrc / SCPT_4291_Script - Results Window.txt < prev    next >
Encoding:
Text File  |  2000-06-23  |  387 b   |  13 lines

  1. # (decoded with TMPL 128)
  2. Text: 'property initialBounds : {5, 201, 430, 302}
  3. property itemName : "Results"
  4.  
  5. set theResults to results document -- Object specifier
  6.     if visible of theResults then
  7.         set initialBounds to bounds of theResults
  8.         set visible of theResults to false
  9.     else
  10.         set bounds of theResults to initialBounds
  11.         set visible of theResults to true
  12. select theResults
  13.     end if'